-
-
Notifications
You must be signed in to change notification settings - Fork 941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAK-50675 portal remove widgets from profile sidebar #13012
base: master
Are you sure you want to change the base?
Conversation
6e2988b
to
b7e6ca5
Compare
@@ -58,18 +45,17 @@ | |||
"format" : [#foreach( $format in $mathJaxFormat )"${format}",#end] | |||
}, | |||
toolTitles : {#foreach ($entry in $toolTitles.entrySet())"$entry.key": "$entry.value",#end}, | |||
notifications: { pushEnabled: $!notificationsPushEnabled, debug: $!debugNotifications }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think those 2 variables are referenced at SkinnableCharonPortal and nowhere else, they could be removed too?
Waiting for T&L to respond in this removal |
8fd62bb
to
b967bf3
Compare
b967bf3
to
15ab361
Compare
@@ -1029,8 +1027,6 @@ public PortalRenderContext startPageContext(String siteType, String title, Strin | |||
|
|||
rcontext.put("notificationsPushEnabled", notificationsPushEnabled); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this one is still left
Plus a couple properties:
- portal.title.shortdescription.show
- portal.notifications.push.enabled
https://sakaiproject.atlassian.net/browse/SAK-50675